173f3b953694a1107c184b0180f9b5261bbcfcc2,extensions/src/org/pentaho/platform/plugin/services/importer/SolutionImportHandler.java,SolutionImportHandler,importFile,#IPlatformImportBundle#,106

Before Change


        decodedFilePath = ExportFileNameEncoder.decodeZipFileName( file.getPath() );
      }

      if ( file.getFile().isFolder() ) {
        bundleBuilder.mime( "text/directory" );
        bundleBuilder.file( decodedFile );
        fileName = repositoryFilePath;

After Change


      bundleBuilder.path( repositoryFilePath );

      String sourcePath;
      if ( fileBundle.getFile().isFolder() ) {
        sourcePath = fileName;
      } else {
        sourcePath =